home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / grablin2.zip / GRABLINE.HLP < prev   
Text File  |  1993-06-15  |  3KB  |  58 lines

  1. Syntax: GRABLINE filename [starting line number]
  2.   filename = the file you want to browse
  3.   starting line number = optional, the actual file line number you want to
  4.                          start viewing at.
  5.   There MUST be a space separating the file name and the line number.
  6.                        
  7. The program GRABLINE is useful for grabbing just the text you want from ASCII
  8. files.  I find it most useful picking out the files I want from BBS lists,
  9. in fact that's why I wrote it.  I got sick of reading through thousands of
  10. lines of file names and descriptions from BBS lists every time I wanted a
  11. certain file.  Now I can just go into the file, tag the file names and
  12. descriptions I want, save them to a file and then print out just that file.
  13.  
  14. The program is pretty self explanatory but I will explain it anyhow.  It will
  15. only display 80 characters per line.  To start GRABLINE make sure it is in a
  16. directory that has a path to it, then just type GRABLINE filename, where
  17. filename is the name of the file you want to browse.  GRABLINE loads 500 lines
  18. of a file at a time.  Once loaded use the UP, Down, PgUp and PgDn keys to
  19. scroll through the file.  When you find a line you want to save, press
  20. the F1 function key.  Those lines will be highlighted (tagged).  I you decide to
  21. untag some lines, just go to those lines and press the F2 function key.  When
  22. you've tagged all the lines you want, press S to save them to a file.  When you
  23. press S, at the bottom left hand corner of your screen, you'll be asked to enter
  24. a filename.  Type the filename and path if needed and press ENTER, and your
  25. selections will be saved to that file.  If you decide not to save, just leave
  26. it blank and press ENTER.
  27.  
  28. As I said before, the program only holds 500 lines at one time, so if your file
  29. has more then 500 lines, just press M to load more of the file.  Once another
  30. 500 lines have been loaded, you cannot go back to the previous 500 without
  31. restarting the program, so make sure you've tagged everything you want before
  32. pressing the M key.  
  33.  
  34. You can only store 200 lines at one time in the TAG array.  This is not a 
  35. problem because when you reach 200 lines, just save them and any subsequent
  36. lines TAGGED and saved will be written to the same file.  In fact, after you
  37. save once, you don't have to enter the file name anymore, just press S and the
  38. new TAGGED lines will be saved to the same file.
  39.  
  40. Also, a good thing to remember and write down, is the actual file line number
  41. (shown on the second to LAST line of the screen) especially if it's a large
  42. file, so the next time you browse that file you can start where you left off.
  43.  
  44. The ? key is used to popup a help screen, press any key to make it disappear.
  45.  
  46. If you continue to use GRABLINE, please send $10 to:
  47.  
  48.     Bill Slamer
  49.     1888 N. Joyce Ave.
  50.     Rialto, CA  92376
  51.  
  52. Also, if you find any bugs let me know and I will try to fix them.
  53.  
  54. The author makes no warranties of any kind, expressed or implied, with regard 
  55. to this program or the documentation contained herein. The author shall not be
  56. liable in any event for incidental or consequential damages in connection with,
  57. or arising out of, the furnishing, performance, or use of this program.
  58.